home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / lvo / commodities_lvo.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  1KB  |  47 lines

  1. #ifndef _LVO_COMMODITIES_LIB_H
  2. #define _LVO_COMMODITIES_LIB_H
  3.  
  4. /*
  5.  *  $VER: commodities_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_CreateCxObj    (-0x1E)
  11. #define    LVO_CxBroker    (-0x24)
  12. #define    LVO_ActivateCxObj    (-0x2A)
  13. #define    LVO_DeleteCxObj    (-0x30)
  14. #define    LVO_DeleteCxObjAll    (-0x36)
  15. #define    LVO_CxObjType    (-0x3C)
  16. #define    LVO_CxObjError    (-0x42)
  17. #define    LVO_ClearCxObjError    (-0x48)
  18. #define    LVO_SetCxObjPri    (-0x4E)
  19. #define    LVO_AttachCxObj    (-0x54)
  20. #define    LVO_EnqueueCxObj    (-0x5A)
  21. #define    LVO_InsertCxObj    (-0x60)
  22. #define    LVO_RemoveCxObj    (-0x66)
  23. #define    LVO_commoditiesPrivate1    (-0x6C)
  24. #define    LVO_SetTranslate    (-0x72)
  25. #define    LVO_SetFilter    (-0x78)
  26. #define    LVO_SetFilterIX    (-0x7E)
  27. #define    LVO_ParseIX    (-0x84)
  28. #define    LVO_CxMsgType    (-0x8A)
  29. #define    LVO_CxMsgData    (-0x90)
  30. #define    LVO_CxMsgID    (-0x96)
  31. #define    LVO_DivertCxMsg    (-0x9C)
  32. #define    LVO_RouteCxMsg    (-0xA2)
  33. #define    LVO_DisposeCxMsg    (-0xA8)
  34. #define    LVO_InvertKeyMap    (-0xAE)
  35. #define    LVO_AddIEvents    (-0xB4)
  36. #define    LVO_commoditiesPrivate2    (-0xBA)
  37. #define    LVO_commoditiesPrivate3    (-0xC0)
  38. #define    LVO_commoditiesPrivate4    (-0xC6)
  39. #define    LVO_MatchIX    (-0xCC)
  40. #define    LVO_commoditiesPrivate5    (-0xD2)
  41. #define    LVO_commoditiesPrivate6    (-0xD8)
  42. #define    LVO_commoditiesPrivate7    (-0xDE)
  43. #define    LVO_commoditiesPrivate8    (-0xE4)
  44. #define    LVO_commoditiesPrivate9    (-0xEA)
  45.  
  46. #endif
  47.